Global Variables

The following global variables are available globally.

  • Logging will ignore any messages below this level. Set this anywhere to change the default.

    Declaration

    Swift

    public var minimumLogLevel: LogLevel = .default
  • When passing an Error, logging assumes you want to log it as .error. Set this anywhere to change the default.

    Declaration

    Swift

    public var minimumErrorLogLevel: LogLevel = .error